INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0b04169cb7c94d3a271064d835554fc39bdd06be2b27a1f70fe1ca3315580eeb', 
    'tYMKjThXODi8tjjP8rx4lnSBtH0mh7gUNP9yLuHWLxA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)