INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9bd40f671171a9e44cd3a77c119d56e6496845c9fad615e21b0d587898a873c7', 
    'fZaQZ8rmhsfte19tIFqNttJeDCVbxYeMgcmg7kcgv5M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)