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 (
    68927, 68928, 68935, 69016, 69017, 69038, 
    69063, 69152, 69153, 69154, 69155, 
    69156, 69157, 69158, 69159, 69160, 
    69200, 69564, 69636, 69696, 69786, 
    69787, 69788, 69789, 69790, 69791, 
    69792, 69793, 69794, 69795, 69796, 
    69797, 69798, 69799, 69800, 69801, 
    69802, 69803, 69804, 69805
  )

Query time 0.00063

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
68927 S
68928 S
68935 S
69016 S
69017 S
69038 S
69063 S
69152 S
69153 S
69154 S
69155 S
69156 S
69157 S
69158 S
69159 S
69160 S
69200 S
69564 S
69636 S
69696 S
69786 S
69787 S
69788 S
69789 S
69790 S
69791 S
69792 S
69793 S
69794 S
69795 S
69796 S
69797 S
69798 S
69799 S
69800 S
69801 S
69802 S
69803 S
69804 S
69805 S