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 (
    68344, 68369, 68405, 68406, 68407, 68408, 
    68409, 68410, 68415, 68437, 68463, 
    68464, 68709, 68710, 68711, 68738, 
    68742, 68802, 68868, 68871, 68872, 
    68873, 68874, 68875, 68876, 68877, 
    68878, 68879, 68880, 68881, 68882, 
    68883, 68884, 68885, 68886, 68887, 
    68888, 68891, 68892, 119471
  )

Query time 0.00058

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
68344 S
68369 S
68405 S
68406 S
68407 S
68408 S
68409 S
68410 S
68415 S
68437 S
68463 S
68464 S
68709 S
68710 S
68711 S
68738 S
68742 S
68802 S
68868 S
68871 S
68872 S
68873 S
68874 S
68875 S
68876 S
68877 S
68878 S
68879 S
68880 S
68881 S
68882 S
68883 S
68884 S
68885 S
68886 S
68887 S
68888 S
68891 S
68892 S
119471 S