INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1074475e3afb514f075aa39cd354e12990591c824a6237668b683607465b378f', 
    'GoUblQmB6at+nr1TAW3LE27WxNhEcQjxbp9EScroZqg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)