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 (
    96485, 96517, 96545, 96546, 96547, 98614, 
    98630, 98631, 98632, 98633, 98634, 
    98635, 98636, 98637, 98638, 98639, 
    99039, 99040, 99143, 99157
  )

Query time 0.00070

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
96485 S
96517 S
96545 S
96546 S
96547 S
98614 S
98630 S
98631 S
98632 S
98633 S
98634 S
98635 S
98636 S
98637 S
98638 S
98639 S
99039 S
99040 S
99143 S
99157 S