INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '898a5086e8d4cc96e884fdd50d5b430c126f5e613afe7a464f50a7444e070604', 
    'pLE3zBEzkA4/oUUVnh1bShCNA8vWUZrusXwVDIVE+c8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)