INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4796b41e9e18a17f2de1452b53b331a68500bcc06054d5a4992a9691a54a296c', 
    'fNyf6Uun+Stgr6mgWuJ9aJuRepAzSPcmFO+lAo0TO/o=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)