INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fd7fc7bc255f1ea798bed7c0a59f056b452fbe50a44367225080c958b8396e1a', 
    'YLtREi+cBaqn0GCiRJqcUeM+JG1yKP14pPhYa1b14y4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)