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 (
    83861, 87438, 88505, 88506, 88507, 88508, 
    88509, 88510, 88628, 89053, 89054, 
    89168, 89185, 89186, 89187, 89204, 
    89237, 89249, 89254, 89325
  )

Query time 0.00045

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
83861 S
87438 S
88505 S
88506 S
88507 S
88508 S
88509 S
88510 S
88628 S
89053 S
89054 S
89168 S
89185 S
89186 S
89187 S
89204 S
89237 S
89249 S
89254 S
89325 S