INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '516aa68b8d285a9cb8bedd93fe188b2d9c86bf0e30e22512f74b23e62bed2e41', 
    'LdL/0g5A+pdgj0cxGvLdIkgu3kWQR/FN9ourYnrlwc8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)