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 (
    83556, 83619, 83677, 83807, 83808, 83825, 
    83941, 83942, 83943, 83944, 84030, 
    84070, 84072, 84109, 84177, 84546, 
    84559, 84560, 84600, 84664
  )

Query time 0.00054

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
83556 S
83619 S
83677 S
83807 S
83808 S
83825 S
83941 S
83942 S
83943 S
83944 S
84030 S
84070 S
84072 S
84109 S
84177 S
84546 S
84559 S
84560 S
84600 S
84664 S