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 (
    83865, 91585, 91695, 91696, 91867, 91868, 
    91869, 91870, 92056, 92064, 92150, 
    92305, 92400, 92401, 92402, 92403, 
    92404, 92405, 92406, 92407
  )

Query time 0.00032

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
83865 S
91585 S
91695 S
91696 S
91867 S
91868 S
91869 S
91870 S
92056 S
92064 S
92150 S
92305 S
92400 S
92401 S
92402 S
92403 S
92404 S
92405 S
92406 S
92407 S