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 (
    96552, 96556, 96557, 96558, 96559, 96560, 
    96561, 96562, 96563, 98422, 98459, 
    98460, 98640, 98641, 98642, 98643, 
    98644, 98645, 98646, 98647
  )

Query time 0.00038

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
96552 S
96556 S
96557 S
96558 S
96559 S
96560 S
96561 S
96562 S
96563 S
98422 S
98459 S
98460 S
98640 S
98641 S
98642 S
98643 S
98644 S
98645 S
98646 S
98647 S