INSERT INTO q_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '94087525ea331f70d27388a1afefb1303db5aab0c9dcbee5e9914eed329d985c', 
    'E+fFjTCC6mYLQmggreTlBUDhT2URndbkVPBaT8Ex27k=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)