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 (
    92369, 92370, 92372, 92544, 92562, 92805, 
    92814, 92815, 92857, 92966, 92982, 
    92983, 92986, 92991, 92992, 92993, 
    93001, 93041, 93075, 93576
  )

Query time 0.00034

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
92369 S
92370 S
92372 S
92544 S
92562 S
92805 S
92814 S
92815 S
92857 S
92966 S
92982 S
92983 S
92986 S
92991 S
92992 S
92993 S
93001 S
93041 S
93075 S
93576 S