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 (
    105083, 105084, 105085, 105086, 105115, 
    105116, 105118, 105518, 105519, 105520, 
    106087, 106090, 106091, 106092, 106093, 
    106094, 106095, 106096, 106097, 106098
  )

Query time 0.00031

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
105083 S
105084 S
105085 S
105086 S
105115 S
105116 S
105118 S
105518 S
105519 S
105520 S
106087 S
106090 S
106091 S
106092 S
106093 S
106094 S
106095 S
106096 S
106097 S
106098 S