INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '205505d6a638a956528d0594e84bdc8d588168aa015bc58343cd82e495f63b0b', 
    'wIG2ETWkZ6h8uWn+QfhN58XA1yWmNkLhTb7/6fahsU8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)