INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e15259374e6eccb9c4140404e9a48d62a454960e5a83f8f53a8876894a3cc2d7', 
    'bhWCeJiKKG5c99xrBx6Nj/TFhnsh++oGXIXm0dS3TII=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)