INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f98b3793bc419dfe7d605f0356cb2730d91901eff7edaf40e5937d345ac87317', 
    '8ep3V0Aoy9PagEXZgvLlDCwy/ss5tuNlvNw7ez5yxIg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)