INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a0368486657a9251999eebc23fbe696307ba80b7f028ab6bb547a1d39d663f45', 
    'FDUYX+fY4+fxehFStREZS05o8C9qGg1OmZxggFEROmM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)