INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '07ce93aa6d64814072d3ac0f390d8cdf1e078ad004e2e258e00dfece827939f8', 
    '4Ct74So59wE0FG3ESZ1olZmP49M0DJJm9Mc9DNbUKPQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)