INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cbde00c192eb741d3ef3293452ece233622ad8ed9b0d57274285aaf620d332e1', 
    'i7AZhpmha+ZmEbWmI1CQ6a3J9twAuS3Ez7uPBXnB3Sk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)