INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ac4de2c65840d761ade64c7d6b0adb85f3c2f376bab120ed58571a040d525298', 
    'uUG2Zpj9xan8JqF7163OnV6we+3O47ovmehAeBLp0d8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)