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 (
    71121, 71157, 71158, 71159, 71160, 71161, 
    71162, 71163, 71164, 71165, 71166, 
    71167, 71168, 71169, 71170, 71179, 
    71502, 71534, 71535, 72055
  )

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
71121 S
71157 S
71158 S
71159 S
71160 S
71161 S
71162 S
71163 S
71164 S
71165 S
71166 S
71167 S
71168 S
71169 S
71170 S
71179 S
71502 S
71534 S
71535 S
72055 S