SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = cscart_product_options.option_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'product_options'
  ) 
WHERE 
  option_id IN (
    88220, 88221, 88222, 88223, 88224, 88225, 
    88226, 88227, 88228, 88229, 88230, 
    88231, 88259, 88555, 88680, 88790, 
    88791, 89188, 89189, 89195
  )

Query time 0.00040

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 20 Using where
1 SIMPLE cscart_ult_objects_sharing eq_ref PRIMARY PRIMARY 159 toolboxdigitalshop_dev.cscart_product_options.option_id,const,const 1 Using where; Using index

Result

option_id option_type
88220 S
88221 S
88222 S
88223 S
88224 S
88225 S
88226 S
88227 S
88228 S
88229 S
88230 S
88231 S
88259 S
88555 S
88680 S
88790 S
88791 S
89188 S
89189 S
89195 S