INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '03ef76febdcb6591bcd52b356fd83182c877dfa969b7fb8d27751f80d33320fc', 
    '5smgw262mGPzqjXzkeAx6JBfGhme1sPqBwNPAMD993w=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)