INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2a6e33574396b1d0a838059b33f82e6b8b0352116ad27d5162802e04ce7764a7', 
    'LSqlmUfk4IKVHPinkSAhG8UkArRqNb6SJKI1y2HMM5c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)