INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '86816d6f1adb3c0cee524f3507fc33ebeef6a61183818cb66ef99d7ef9dc7466', 
    'ReGzDcfsO9c1ar6OLdLV8W1ZmXVEiro78s7pK8mv+sQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)