Hi. The extra fields are loaded by AJAX that's why chosen is not applied to them. First try to add this:
JHtml::_('formbehavior.chosen', 'select');
This will handle all extra fields that are preloaded. Now, in order to apply chosen to extra fields when user changes a category you need to trigger it manually with javascript code.