It's works for me ...
Don't use jQuery, only HTML: Create the option value you will display as selected. If ID it's in select2 data it will selected automatically.
<select id="select2" name="mySelect2">
<option value="mySelectedValue">
Hello, I'm here!
</option>
</select>