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 (
    117522, 117664, 117749, 117780, 117781, 
    117788, 117791, 117923, 117944, 117949, 
    117951, 117957, 118121, 118241, 118258, 
    118260, 118279, 118318, 118393, 118428, 
    118448, 118487, 118522, 118544, 118581, 
    118587, 118588, 118807, 118908, 118934
  )

Query time 0.00086

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 30 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
117522 S
117664 S
117749 S
117780 S
117781 S
117788 S
117791 S
117923 S
117944 S
117949 S
117951 S
117957 S
118121 S
118241 S
118258 S
118260 S
118279 S
118318 S
118393 S
118428 S
118448 S
118487 S
118522 S
118544 S
118581 S
118587 S
118588 S
118807 S
118908 S
118934 S