INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0f6d9d633b8f8bb6198e127fdda2aaa0736cdaaee4c75c0926979ff5fb0c2f45', 
    'h81X8GN4GNq7UxCstvHbw2X7PZHKpGlBNo3GtIItudM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)