INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f87b005d75a082804ef26e64e4ead6baf625f13efc857a4f28e901317e190e09', 
    'luG/8cG5ZIl/sojh0LQdU8eobJWLtFVZt8P65nUXF4Y=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)