INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '64b3511f949bee959a0cfcb14b6f183ef169a6e66af2d0ef0aa35c972c49ac67', 
    'cT7UnRQrUEnLeq2FxlD6ghL/d1rZ2w/G1TCugjkc5Zc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)