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 (
    48128, 48222, 48230, 48231, 48232, 48236, 
    48243, 48244, 48245, 48246, 48247, 
    48248, 48249, 48250, 48265, 48278, 
    48284, 48350, 48351, 48354, 48376, 
    48377, 48378, 48379, 48396, 48415, 
    48418, 48423, 48479, 48483, 48535, 
    48536, 48537, 48550, 48551, 48552, 
    48597, 48637, 48638, 48640, 48642, 
    48643, 48680, 48683, 48684, 48685, 
    48686, 48817, 48818, 48819, 48820, 
    48821, 48822, 48823, 48824, 48825, 
    48826, 48827, 48828, 48829, 48830, 
    48831, 48832, 48833, 48834, 48835, 
    48836, 48837, 48838, 48839, 48867, 
    48868, 48869, 48870, 48871, 48872, 
    48873, 48874, 48875, 48876
  )

Query time 0.00073

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 80 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
48128 S
48222 S
48230 S
48231 S
48232 S
48236 S
48243 S
48244 S
48245 S
48246 S
48247 S
48248 S
48249 S
48250 S
48265 S
48278 S
48284 S
48350 S
48351 S
48354 S
48376 S
48377 S
48378 S
48379 S
48396 S
48415 S
48418 S
48423 S
48479 S
48483 S
48535 S
48536 S
48537 S
48550 S
48551 S
48552 S
48597 S
48637 S
48638 S
48640 S
48642 S
48643 S
48680 S
48683 S
48684 S
48685 S
48686 S
48817 S
48818 S
48819 S
48820 S
48821 S
48822 S
48823 S
48824 S
48825 S
48826 S
48827 S
48828 S
48829 S
48830 S
48831 S
48832 S
48833 S
48834 S
48835 S
48836 S
48837 S
48838 S
48839 S
48867 S
48868 S
48869 S
48870 S
48871 S
48872 S
48873 S
48874 S
48875 S
48876 S