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 (
    68715, 68803, 68856, 68933, 69084, 69105, 
    69181, 69182, 69183, 69184, 69185, 
    69186, 69187, 69188, 69189, 69190, 
    69191, 69192, 69193, 69194, 69195, 
    69196, 69197, 69198, 69199, 69285, 
    69371, 69372, 69493, 69494, 69495, 
    69496, 69497, 69498, 69499, 69500, 
    69501, 69502, 69503, 69504
  )

Query time 0.00078

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 40 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
68715 S
68803 S
68856 S
68933 S
69084 S
69105 S
69181 S
69182 S
69183 S
69184 S
69185 S
69186 S
69187 S
69188 S
69189 S
69190 S
69191 S
69192 S
69193 S
69194 S
69195 S
69196 S
69197 S
69198 S
69199 S
69285 S
69371 S
69372 S
69493 S
69494 S
69495 S
69496 S
69497 S
69498 S
69499 S
69500 S
69501 S
69502 S
69503 S
69504 S