INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ef95f494a2cef0acda6eb722cc0f1f25a0bde06621555d0244e15d1ad981f59b', 
    'trcSGLBW0M42yyMvmp7cxHMH+ocgynyLM/FlOle+GPM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)