INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '00e205baf6afde701420a2f0570a6face998c1e1b40f421c57b2a789114ee1e2', 
    'haO7wRrkkoSF0DUWtKMHsO0d8sy8T9oqxNbZ5qLTXSk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)