INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '019c4845b45b6b3205f4f1418cd6b94003240b052d9e0f824d084dfc2fa0e4bc', 
    '/LwJ7/0wJ5qef9VD4YtRh5WhCtxsP0qieyZL9mCrSls=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00171

Result

int(1)