INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '140948286bebdef354d12f2e66ce3ab1152eff2973ff4c323c9922a92d7bd203', 
    '2SA68jUhN5O2vTIJPwz6v0NcI3Zo5aMNVizGr+8Ws4o=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)