INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '01c4400b724b4dce899f56542d6846bc0e671ad3e5afa27ac9c64544ecae7121', 
    'ctMqjw+2kJ8XfGoLkhnhvtgMmrm1/tmFVH4Xe17lft8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)