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 (
    75512, 75513, 75514, 75515, 75516, 75517, 
    75518, 75519, 75520, 75521, 75522, 
    75523, 75524, 75525, 75526, 75527, 
    75528, 75529, 75530, 75531
  )

Query time 0.00040

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
75512 S
75513 S
75514 S
75515 S
75516 S
75517 S
75518 S
75519 S
75520 S
75521 S
75522 S
75523 S
75524 S
75525 S
75526 S
75527 S
75528 S
75529 S
75530 S
75531 S