INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3ee57733925db28c4a7d400374c60609c4e2c353136cdf3de657e1b861462790', 
    'CdXIBLOBiJlHrlyoGI0SRfamoPPWVKVKGQx1u6wmWLA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)