INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5e9e575666210409eed526dea4f0aa6073e19543561f58da8b67e131df542550', 
    'm3TKtaomreJoZoP10C5StImMllfOAlbutyXf3SMDKak=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)