INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '77a19927d43120792137e4338ea5ee04e8561e880e538f95b21c54669f861a63', 
    'YJd/wq5ZiKwreCthfvuxGlpoP/o5gausrrZKSR9C/Zw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)