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 (
    105994, 105995, 105996, 105997, 105998, 
    105999, 106000, 106001, 106002, 106003, 
    106004, 106005, 106006, 106007, 106008, 
    106009, 106010, 106011, 106012, 106013
  )

Query time 0.00046

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
105994 S
105995 S
105996 S
105997 S
105998 S
105999 S
106000 S
106001 S
106002 S
106003 S
106004 S
106005 S
106006 S
106007 S
106008 S
106009 S
106010 S
106011 S
106012 S
106013 S