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 (
    93497, 93498, 93499, 93500, 93501, 93502, 
    93503, 93504, 93505, 93506, 93507, 
    93508, 93509, 93510, 93511, 93512, 
    93513, 93514, 93515, 93516
  )

Query time 0.00047

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
93497 S
93498 S
93499 S
93500 S
93501 S
93502 S
93503 S
93504 S
93505 S
93506 S
93507 S
93508 S
93509 S
93510 S
93511 S
93512 S
93513 S
93514 S
93515 S
93516 S