INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '498ed72ed187aa5cc72194c64e8c0aed942b10b4e51d47f112746ca888194a51', 
    '4I3noE53rCu6gBJ6giZ9ggepStA2nS4hcq9rn3hpz8E=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)