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 (
    105817, 105818, 105819, 106416, 106417, 
    106418, 106419, 106420, 106421, 106422, 
    106423, 106424, 106425, 106426, 106427, 
    106428, 106429, 106430, 106431, 106432
  )

Query time 0.00031

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
105817 S
105818 S
105819 S
106416 S
106417 S
106418 S
106419 S
106420 S
106421 S
106422 S
106423 S
106424 S
106425 S
106426 S
106427 S
106428 S
106429 S
106430 S
106431 S
106432 S