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 (
    104660, 104661, 104662, 104663, 104664, 
    104665, 104666, 104667, 104668, 106041, 
    106042, 106043, 106044, 106045, 106046, 
    106047, 106048, 106049, 106051, 118376
  )

Query time 0.00033

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 20 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
104660 S
104661 S
104662 S
104663 S
104664 S
104665 S
104666 S
104667 S
104668 S
106041 S
106042 S
106043 S
106044 S
106045 S
106046 S
106047 S
106048 S
106049 S
106051 S
118376 S