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 (
    105727, 105728, 105733, 105737, 105763, 
    105764, 105765, 105766, 105781, 105782, 
    105783, 105784, 105785, 105786, 105787, 
    105788, 105789, 105790, 105791, 105792
  )

Query time 0.00028

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
105727 S
105728 S
105733 S
105737 S
105763 S
105764 S
105765 S
105766 S
105781 S
105782 S
105783 S
105784 S
105785 S
105786 S
105787 S
105788 S
105789 S
105790 S
105791 S
105792 S