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 (
    100257, 100258, 100259, 100260, 100261, 
    100262, 100290, 100313, 100314, 100315, 
    100316, 100317, 100318, 100319, 100362, 
    100363, 100445, 100446, 100627, 100747
  )

Query time 0.00033

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
100257 S
100258 S
100259 S
100260 S
100261 S
100262 S
100290 S
100313 S
100314 S
100315 S
100316 S
100317 S
100318 S
100319 S
100362 S
100363 S
100445 S
100446 S
100627 S
100747 S