INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2a48807dcbb305bd504aea9f434f22a55baea650c28dcc6012c63c07ecc8f633', 
    'IBFUiTpFcN+LcClb9d9llrMpKFeDqke3sDcy9e338Go=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00054

Result

int(1)