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 (
    82261, 82266, 82267, 82347, 82368, 82371, 
    82372, 82373, 82374, 82375, 82382, 
    82457, 82458, 82553, 82656, 82720, 
    82721, 82722, 82723, 82724, 82749, 
    82752, 82802, 82803, 82804, 82848, 
    82849, 82851, 82852, 82853, 82855, 
    82857, 83198, 83199, 83200, 83201, 
    83202, 83203, 83440, 83441
  )

Query time 0.00055

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 40 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
82261 S
82266 S
82267 S
82347 S
82368 S
82371 S
82372 S
82373 S
82374 S
82375 S
82382 S
82457 S
82458 S
82553 S
82656 S
82720 S
82721 S
82722 S
82723 S
82724 S
82749 S
82752 S
82802 S
82803 S
82804 S
82848 S
82849 S
82851 S
82852 S
82853 S
82855 S
82857 S
83198 S
83199 S
83200 S
83201 S
83202 S
83203 S
83440 S
83441 S