Found it. In the dropdown_cats_exclude.php plugin file you can see all the various functions. One is sorting order. Default is by name. You can change it to ID by using the sort_column=”ID”
Example:
<?php dropdown_cats_exclude('sort_column=ID&exclude=4,5'); ?>