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 (
    91418, 91419, 91420, 91677, 93298, 102851, 
    102852, 102868, 102869, 102870, 102880, 
    102881, 102959, 102980, 102988, 103001, 
    103014, 103028, 104743, 104744
  )

Query time 0.00030

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
91418 S
91419 S
91420 S
91677 S
93298 S
102851 S
102852 S
102868 S
102869 S
102870 S
102880 S
102881 S
102959 S
102980 S
102988 S
103001 S
103014 S
103028 S
104743 S
104744 S