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 (
    99275, 99272, 99262, 99261, 99258, 99217, 
    99132, 99129, 99124, 98903, 98630, 
    98626, 98625, 98566, 97667, 99274, 
    89234, 99131, 98519, 99123
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00057

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range PRIMARY,c_status c_status 6 20 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
92939 98566 1 S N N N 0 M A 0 Files Type Files Type
93482 99123 1 S N N N 0 M A 0 Files Type Files Type
93483 99124 1 S N N N 0 M A 0 Files Type Files Type
93488 99129 1 S N N N 0 M A 0 Files Type Files Type
93490 99131 1 S N N N 0 M A 0 Files Type Files Type
93491 99132 1 S N N N 0 M A 0 Files Type Files Type
92997 98625 1 S N N N 0 M A 0 Files Type Files Type
92998 98626 1 S N N N 0 M A 0 Files Type Files Type
93002 98630 1 S N N N 0 M A 0 Files Type Files Type
93267 98903 1 S N N N 0 M A 0 Files Type Files Type
93575 99217 1 S N N N 0 M A 0 Files Type Files Type
83867 89234 1 S N N N 0 M A 0 Files Type Files Type
92060 97667 1 S N N N 0 M A 0 Files Type Files Type
93615 99258 1 S N N N 0 M A 0 Files Type Files Type
93618 99261 1 S N N N 0 M A 0 Files Type Files Type
93619 99262 1 S N N N 0 M A 0 Files Type Files Type
93629 99272 1 S N N N 0 M A 0 Files Type Files Type
93631 99274 1 S N N N 0 M A 0 Files Type Files Type
93632 99275 1 S N N N 0 M A 0 Files Type Files Type
92893 98519 1 S N N N 0 M A 0 Files Type Files Type