SELECT 
  a.*, 
  b.option_name, 
  b.internal_option_name, 
  b.option_text, 
  b.description, 
  b.inner_hint, 
  b.incorrect_message, 
  b.comment 
FROM 
  cscart_product_options as a 
  LEFT JOIN cscart_product_options_descriptions as b ON a.option_id = b.option_id 
  AND b.lang_code = 'en' 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = a.option_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'product_options'
  ) 
WHERE 
  a.product_id IN (
    87227, 87226, 87225, 87224, 87223, 87222, 
    87221, 87220, 87219, 87218, 87217, 
    87216, 87000, 86999, 86998, 86997, 
    86996, 86995, 86994, 86993, 86506, 
    86447, 86446, 86445, 86444, 86384, 
    86383, 86382, 86381, 86380, 86379, 
    86378, 86377, 86376, 86375, 86374, 
    87116, 86470, 86469, 86468
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00095

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range PRIMARY,c_status c_status 6 40 Using index condition; Using filesort
1 SIMPLE b eq_ref PRIMARY PRIMARY 9 toolboxdigitalshop_dev.a.option_id,const 1 Using where
1 SIMPLE cscart_ult_objects_sharing eq_ref PRIMARY PRIMARY 159 toolboxdigitalshop_dev.a.option_id,const,const 1 Using where; Using index

Result

option_id product_id company_id option_type inventory regexp required multiupload allowed_extensions max_file_size missing_variants_handling status position value option_name internal_option_name option_text description inner_hint incorrect_message comment
81158 86444 1 S N N N 0 M A 0 Files Type Files Type
81159 86445 1 S N N N 0 M A 0 Files Type Files Type
81160 86446 1 S N N N 0 M A 0 Files Type Files Type
81161 86447 1 S N N N 0 M A 0 Files Type Files Type
81689 86993 1 S N N N 0 M A 0 Files Type Files Type
81690 86994 1 S N N N 0 M A 0 Files Type Files Type
81691 86995 1 S N N N 0 M A 0 Files Type Files Type
81692 86996 1 S N N N 0 M A 0 Files Type Files Type
81693 86997 1 S N N N 0 M A 0 Files Type Files Type
81182 86468 1 S N N N 0 M A 0 Files Type Files Type
81694 86998 1 S N N N 0 M A 0 Files Type Files Type
81183 86469 1 S N N N 0 M A 0 Files Type Files Type
81695 86999 1 S N N N 0 M A 0 Files Type Files Type
81184 86470 1 S N N N 0 M A 0 Files Type Files Type
81696 87000 1 S N N N 0 M A 0 Files Type Files Type
81219 86506 1 S N N N 0 M A 0 Files Type Files Type
81809 87116 1 S N N N 0 M A 0 Files Type Files Type
81089 86374 1 S N N N 0 M A 0 Files Type Files Type
81090 86375 1 S N N N 0 M A 0 Files Type Files Type
81091 86376 1 S N N N 0 M A 0 Files Type Files Type
81092 86377 1 S N N N 0 M A 0 Files Type Files Type
81093 86378 1 S N N N 0 M A 0 Files Type Files Type
81094 86379 1 S N N N 0 M A 0 Files Type Files Type
81095 86380 1 S N N N 0 M A 0 Files Type Files Type
81096 86381 1 S N N N 0 M A 0 Files Type Files Type
81097 86382 1 S N N N 0 M A 0 Files Type Files Type
81098 86383 1 S N N N 0 M A 0 Files Type Files Type
81099 86384 1 S N N N 0 M A 0 Files Type Files Type
81906 87216 1 S N N N 0 M A 0 Files Type Files Type
81907 87217 1 S N N N 0 M A 0 Files Type Files Type
81908 87218 1 S N N N 0 M A 0 Files Type Files Type
81909 87219 1 S N N N 0 M A 0 Files Type Files Type
81910 87220 1 S N N N 0 M A 0 Files Type Files Type
81911 87221 1 S N N N 0 M A 0 Files Type Files Type
81912 87222 1 S N N N 0 M A 0 Files Type Files Type
81913 87223 1 S N N N 0 M A 0 Files Type Files Type
81914 87224 1 S N N N 0 M A 0 Files Type Files Type
81915 87225 1 S N N N 0 M A 0 Files Type Files Type
81916 87226 1 S N N N 0 M A 0 Files Type Files Type
81917 87227 1 S N N N 0 M A 0 Files Type Files Type