INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ae1525acdc3828408ea0f1792a7c4107921d1d8137d98dc06bf303c89b62947b', 
    '+GjIZIspwt12tD48IoZ55yPmi0Ywh0pse+ROLY6GGqA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)