INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ed0a45fcab0fe4e2d0a1ddf9f4f7cd60b65ae90c4df36f5484d52a43866f2a85', 
    'ceCYe2HTA9f2Rnj7E7GMFpx/X4B37eEfa4fCFn7CaX4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)