INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6b15f6786b2ceb915ce5f067a6483dfd419e056dc79612f93f1fccf9b29fa235', 
    'RF2uZbEb5G9y4UbUJ/rqkcGtgxDP+56oSIS0otJO7HA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)