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 (
    73161, 73325, 73327, 73329, 73331, 73332, 
    74158, 74160, 74170, 74172, 74174, 
    74176, 74241, 74242, 74271, 74272, 
    74276, 74277, 78644, 78656
  )

Query time 0.00046

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
73161 S
73325 S
73327 S
73329 S
73331 S
73332 S
74158 S
74160 S
74170 S
74172 S
74174 S
74176 S
74241 S
74242 S
74271 S
74272 S
74276 S
74277 S
78644 S
78656 S