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 (
    60871, 60872, 60873, 60874, 60875, 60876, 
    60877, 60878, 60879, 60880, 60881, 
    60882, 60883, 60896, 61012, 61013, 
    61042, 61043, 61044, 61045, 61046, 
    61047, 61048, 61049, 61050, 61051, 
    61052, 61053, 61054, 71796, 71797, 
    71798, 71799, 71800, 71801, 71802, 
    71803, 71804, 71805, 71806
  )

Query time 0.00094

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
60871 S
60872 S
60873 S
60874 S
60875 S
60876 S
60877 S
60878 S
60879 S
60880 S
60881 S
60882 S
60883 S
60896 S
61012 S
61013 S
61042 S
61043 S
61044 S
61045 S
61046 S
61047 S
61048 S
61049 S
61050 S
61051 S
61052 S
61053 S
61054 S
71796 S
71797 S
71798 S
71799 S
71800 S
71801 S
71802 S
71803 S
71804 S
71805 S
71806 S