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 (
    68714, 68739, 68934, 68937, 68957, 68964, 
    69020, 69505, 69506, 69507, 69508, 
    69509, 69510, 69511, 69512, 69522, 
    69559, 69560, 69594, 69614, 69615, 
    69616, 69617, 69618, 69619, 69620, 
    69621, 69622, 69623, 69624, 69625, 
    69626, 69627, 69628, 69629, 69630, 
    69631, 69632, 69633, 69635
  )

Query time 0.00065

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
68714 S
68739 S
68934 S
68937 S
68957 S
68964 S
69020 S
69505 S
69506 S
69507 S
69508 S
69509 S
69510 S
69511 S
69512 S
69522 S
69559 S
69560 S
69594 S
69614 S
69615 S
69616 S
69617 S
69618 S
69619 S
69620 S
69621 S
69622 S
69623 S
69624 S
69625 S
69626 S
69627 S
69628 S
69629 S
69630 S
69631 S
69632 S
69633 S
69635 S