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 (
    104298, 104327, 104372, 104373, 104374, 
    104375, 104376, 104377, 104378, 104379, 
    104380, 104381, 104382, 104383, 104384, 
    104385, 104386, 104388, 104389
  )

Query time 0.00030

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 19 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
104298 S
104327 S
104372 S
104373 S
104374 S
104375 S
104376 S
104377 S
104378 S
104379 S
104380 S
104381 S
104382 S
104383 S
104384 S
104385 S
104386 S
104388 S
104389 S