INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '93014961ff389f36a92de834eee1c4a01fcaec9593a85824b0b9d3a3db12a2ec', 
    'GHa/aC37jP/KOH2SKLlG8CATYYhatz/Gmtr6e2GE0G0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)