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 (
    104669, 105503, 105504, 105505, 105506, 
    105507, 105508, 105509, 105510, 105511, 
    105512, 105513, 105514, 105515, 105517, 
    105974, 105975, 105976, 106089, 118566
  )

Query time 0.00058

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
104669 S
105503 S
105504 S
105505 S
105506 S
105507 S
105508 S
105509 S
105510 S
105511 S
105512 S
105513 S
105514 S
105515 S
105517 S
105974 S
105975 S
105976 S
106089 S
118566 S