INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0ae4df12b4f367ec7a97da8a769b2ea406b416d0092fd0536ffa0eded0092ce0', 
    '74uEFBA8YaF0PYuMDRFBWg8+uxiC09NG72o7ntu9Igc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)