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 (
    69839, 69840, 69843, 69876, 70086, 70323, 
    70324, 70325, 70326, 70327, 70328, 
    70329, 70330, 70331, 70332, 70333, 
    70334, 70420, 70478, 70479
  )

Query time 0.00023

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
69839 S
69840 S
69843 S
69876 S
70086 S
70323 S
70324 S
70325 S
70326 S
70327 S
70328 S
70329 S
70330 S
70331 S
70332 S
70333 S
70334 S
70420 S
70478 S
70479 S