INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '807c577244e760c245c475e5152d5f01cb89367a0018e6ce7f2a863f3b53364b', 
    'YAl1Zbv4e24ksztmk5tj0gAC9gclymr1wRrebddUVPM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)