INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'be81ddfe2ad838e145e876699622b27d1e3b5ed427368f9341d8d7c31762af34', 
    '6nPfHyji1GqCPyGPVpwMSsTAJJeR69SBLxOcZ9RzEP8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)