INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd899780f97111a535d1cc7200cc948685390d0886b2c38a933aeb6c5da93ac31', 
    '9bguJScg+PKJDtHxGwgMB6MVZXzRLGWD32+UGshBeYc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)