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 (
    68602, 68603, 68712, 68713, 68740, 68786, 
    68846, 68852, 68926, 68930, 68931, 
    68932, 68965, 68966, 68967, 68968, 
    68969, 68970, 68971, 68972, 68973, 
    68974, 68975, 68976, 68977, 68978, 
    68979, 68980, 68981, 68982, 68983, 
    68984, 68990, 69086, 69087, 69104, 
    69106, 69164, 69179, 69180
  )

Query time 0.00056

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
68602 S
68603 S
68712 S
68713 S
68740 S
68786 S
68846 S
68852 S
68926 S
68930 S
68931 S
68932 S
68965 S
68966 S
68967 S
68968 S
68969 S
68970 S
68971 S
68972 S
68973 S
68974 S
68975 S
68976 S
68977 S
68978 S
68979 S
68980 S
68981 S
68982 S
68983 S
68984 S
68990 S
69086 S
69087 S
69104 S
69106 S
69164 S
69179 S
69180 S