INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '43a7a3a7909fd268e82b54ce3e61f19dd6054aa1513f0d8a898b4c6ce25cb831', 
    '7xrPY1lRhVUxmzF4ERf3kfW+Pi/HTTtsD5SO3URNOhw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)