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 (
    60528, 60529, 61016, 62827, 62877, 62883, 
    62929, 62930, 62955, 62971, 62972, 
    62973, 62974, 62984, 62986, 63001, 
    63021, 63043, 63044, 63045, 63046, 
    63047, 63048, 63049, 63050, 63051, 
    63052, 63129, 63155, 63204, 63205, 
    63253, 63254, 63255, 63256, 63334, 
    63410, 63411, 63417, 63418
  )

Query time 0.00088

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
60528 S
60529 S
61016 S
62827 S
62877 S
62883 S
62929 S
62930 S
62955 S
62971 S
62972 S
62973 S
62974 S
62984 S
62986 S
63001 S
63021 S
63043 S
63044 S
63045 S
63046 S
63047 S
63048 S
63049 S
63050 S
63051 S
63052 S
63129 S
63155 S
63204 S
63205 S
63253 S
63254 S
63255 S
63256 S
63334 S
63410 S
63411 S
63417 S
63418 S