Although there does not seem to be a direct way to add padding between option elements of an HTML select element, there is a simple hack you can perform which does the trick.
Where ever you want to spacing between option elements, simply insert another option element that is disabled, has no text and set the font-size, via css, to ajust the amount of vertical padding or spacing.