INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a05abfaa6adad83925e6ff3fe86141d242bd9585109d91dd8d412fcafd8eb2aa', 
    'aV3G6YBtsG/7cluWFq0vGFE6U8Cb82Jy9DuMXrws7jk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00319

Result

int(1)