INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'bddb22ee9df82e6f6d98da903f674eb72a424096fd084a514f321706959adf8b', 
    'bn06Vm3Gse04HJZizjci3cQ+6q0DVL2cDKaaunikA4E=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)