Limit the collection size for dropdown $collection->setPageSize(5); // Only get what you need for the dropdown
Add caching layer
Optimize the selected attributes
Add proper indexes
... list continues.