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 (
    83007, 83008, 83081, 83344, 83567, 83570, 
    83610, 83611, 83645, 83646, 83647, 
    83648, 83649, 83650, 83651, 83837, 
    83838, 83918, 83921, 104621
  )

Query time 0.00026

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
83007 S
83008 S
83081 S
83344 S
83567 S
83570 S
83610 S
83611 S
83645 S
83646 S
83647 S
83648 S
83649 S
83650 S
83651 S
83837 S
83838 S
83918 S
83921 S
104621 S