INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8174cea6de10ead7b3ea113788c8fae9d4d1728e9854d7d2a606592a0f10576a', 
    '46qmrO3KkKCakGxe4ttXZZhGGJton3S3rLEyKiLQ1jc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)