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 (
    73578, 73796, 73810, 74179, 74183, 74184, 
    74185, 74293, 74302, 74401, 74402, 
    74403, 74404, 74408, 74409, 74410, 
    74411, 74412, 74413, 74414
  )

Query time 0.00032

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
73578 S
73796 S
73810 S
74179 S
74183 S
74184 S
74185 S
74293 S
74302 S
74401 S
74402 S
74403 S
74404 S
74408 S
74409 S
74410 S
74411 S
74412 S
74413 S
74414 S