INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7df89d84e5aee747c783a98ea5b133545352925b6954c4620afa8894fa0ebcf6', 
    'CKxGIrKwExRSsh2iHqFrSg4+gXShy3jLQRQLSLg1fRc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)