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 (
    119003, 119004, 119005, 119006, 119007, 
    119008, 119009, 119010, 119011, 119012, 
    119013, 119014, 119015, 119016, 119017, 
    119018, 119019, 119020, 119021, 120642
  )

Query time 0.00039

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
119003 S
119004 S
119005 S
119006 S
119007 S
119008 S
119009 S
119010 S
119011 S
119012 S
119013 S
119014 S
119015 S
119016 S
119017 S
119018 S
119019 S
119020 S
119021 S
120642 S