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 (
    105679, 105680, 105681, 105682, 105683, 
    105684, 105685, 105686, 105687, 105688, 
    105690, 105691, 105692, 105693, 105774, 
    105775, 105776, 105777, 106076, 106299
  )

Query time 0.00022

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
105679 S
105680 S
105681 S
105682 S
105683 S
105684 S
105685 S
105686 S
105687 S
105688 S
105690 S
105691 S
105692 S
105693 S
105774 S
105775 S
105776 S
105777 S
106076 S
106299 S