INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3e918dec7c9a4082a9df496293e8a376d2a4050f371456bfd164ba7c6886e2e9', 
    '7P7J5LIO4hobVLg9noJuUgEIRb5DxKbgEP9mnlWBN1A=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)