INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '32e51e047190c469b04484c87c0b382dee41398481c66bf096d9772418e32c95', 
    'HwYM0sCN8sirG76G2rQ8xMb9IJLOXxrGhWmKEBE5OO4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)