If you know the Index, Value or Text. also if you don\'t have an ID for a direct reference.
This, this and this are all helpful answers.
Example markup
$('#select option[data-id-estado="3"]').prop("selected",true).trigger("change");
or
$('#select option[value="myValue"]').prop("selected",true).trigger("change");