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 (
    88127, 88126, 88125, 88124, 87662, 87418, 
    87417, 87416, 87415, 87414, 87413, 
    87412, 87411, 87410, 87409, 87363, 
    87362, 87158, 87157, 87659, 88123, 
    88122, 87708, 87707, 87676, 87675, 
    87475, 87169, 87083, 87082, 87081, 
    87067, 87024, 87854, 87853, 87852, 
    87713, 87712, 87711, 87710
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00188

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
81719 87024 1 S N N N 0 M A 0 Files Type Files Type
82526 87852 1 S N N N 0 M A 0 Files Type Files Type
82527 87853 1 S N N N 0 M A 0 Files Type Files Type
82528 87854 1 S N N N 0 M A 0 Files Type Files Type
81761 87067 1 S N N N 0 M A 0 Files Type Files Type
82789 88122 1 S N N N 0 M A 0 Files Type Files Type
82790 88123 1 S N N N 0 M A 0 Files Type Files Type
82791 88124 1 S N N N 0 M A 0 Files Type Files Type
82792 88125 1 S N N N 0 M A 0 Files Type Files Type
82793 88126 1 S N N N 0 M A 0 Files Type Files Type
82794 88127 1 S N N N 0 M A 0 Files Type Files Type
81775 87081 1 S N N N 0 M A 0 Files Type Files Type
81776 87082 1 S N N N 0 M A 0 Files Type Files Type
81777 87083 1 S N N N 0 M A 0 Files Type Files Type
82047 87362 1 S N N N 0 M A 0 Files Type Files Type
82048 87363 1 S N N N 0 M A 0 Files Type Files Type
82337 87659 1 S N N N 0 M A 0 Files Type Files Type
82340 87662 1 S N N N 0 M A 0 Files Type Files Type
82092 87409 1 S N N N 0 M A 0 Files Type Files Type
82093 87410 1 S N N N 0 M A 0 Files Type Files Type
82094 87411 1 S N N N 0 M A 0 Files Type Files Type
82095 87412 1 S N N N 0 M A 0 Files Type Files Type
82096 87413 1 S N N N 0 M A 0 Files Type Files Type
82097 87414 1 S N N N 0 M A 0 Files Type Files Type
82353 87675 1 S N N N 0 M A 0 Files Type Files Type
82098 87415 1 S N N N 0 M A 0 Files Type Files Type
82354 87676 1 S N N N 0 M A 0 Files Type Files Type
82099 87416 1 S N N N 0 M A 0 Files Type Files Type
82100 87417 1 S N N N 0 M A 0 Files Type Files Type
82101 87418 1 S N N N 0 M A 0 Files Type Files Type
81849 87157 1 S N N N 0 M A 0 Files Type Files Type
81850 87158 1 S N N N 0 M A 0 Files Type Files Type
81861 87169 1 S N N N 0 M A 0 Files Type Files Type
82385 87707 1 S N N N 0 M A 0 Files Type Files Type
82386 87708 1 S N N N 0 M A 0 Files Type Files Type
82388 87710 1 S N N N 0 M A 0 Files Type Files Type
82389 87711 1 S N N N 0 M A 0 Files Type Files Type
82390 87712 1 S N N N 0 M A 0 Files Type Files Type
82391 87713 1 S N N N 0 M A 0 Files Type Files Type
82156 87475 1 S N N N 0 M A 0 Files Type Files Type