INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '26072e7519634ec54ede14ca5a341a5b66f2c179e64f22a18bd01ccdea36ec4e', 
    'OshGKd1vfqQWoYm4wAKJ9d7c9cNaLm3bHHa5IX7x1gs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)