INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'deb2d0adc39b6b350c33ec4fac6d37af13c6c69da14dfb8dfbd1178fd6c0e6f9', 
    'n+XbCPm8raYBtRPvOAWf14cxOM2b3df0whYgUgga/mo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)