INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd9b593c307a6e8eb51b5d947e0678ba965dcc9077315124a0468cc3b3140d793', 
    'g1UIF8OGT2AmS/5igsaCx/0bs+oSaGwWSox8X4KxZO4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)