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 (
    71200, 71013, 70292, 70814, 71176, 71156, 
    71155, 71154, 71153, 70919, 71125, 
    71078, 71113, 70994, 70541, 71108, 
    71015, 70830, 71012, 70827, 71064, 
    71062, 71061, 71011, 70545, 70544, 
    70122, 70813, 70817, 70952, 70947, 
    70540, 70359, 70882, 70881, 70829, 
    70828, 70538, 70230, 70229
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00089

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
66048 70828 1 S N N N 0 M A 0 Files Type Files Type
66049 70829 1 S N N N 0 M A 0 Files Type Files Type
66050 70830 1 S N N N 0 M A 0 Files Type Files Type
66326 71108 1 S N N N 0 M A 0 Files Type Files Type
66331 71113 1 S N N N 0 M A 0 Files Type Files Type
66342 71125 1 S N N N 0 M A 0 Files Type Files Type
66100 70881 1 S N N N 0 M A 0 Files Type Files Type
66101 70882 1 S N N N 0 M A 0 Files Type Files Type
65596 70359 1 S N N N 0 M A 0 Files Type Files Type
66369 71153 1 S N N N 0 M A 0 Files Type Files Type
66370 71154 1 S N N N 0 M A 0 Files Type Files Type
66371 71155 1 S N N N 0 M A 0 Files Type Files Type
66372 71156 1 S N N N 0 M A 0 Files Type Files Type
65355 70122 1 S N N N 0 M A 0 Files Type Files Type
66391 71176 1 S N N N 0 M A 0 Files Type Files Type
66138 70919 1 S N N N 0 M A 0 Files Type Files Type
66414 71200 1 S N N N 0 M A 0 Files Type Files Type
66165 70947 1 S N N N 0 M A 0 Files Type Files Type
66170 70952 1 S N N N 0 M A 0 Files Type Files Type
66210 70994 1 S N N N 0 M A 0 Files Type Files Type
66226 71011 1 S N N N 0 M A 0 Files Type Files Type
66227 71012 1 S N N N 0 M A 0 Files Type Files Type
66228 71013 1 S N N N 0 M A 0 Files Type Files Type
65460 70229 1 S N N N 0 M A 0 Files Type Files Type
65461 70230 1 S N N N 0 M A 0 Files Type Files Type
66230 71015 1 S N N N 0 M A 0 Files Type Files Type
66275 71061 1 S N N N 0 M A 0 Files Type Files Type
66276 71062 1 S N N N 0 M A 0 Files Type Files Type
66278 71064 1 S N N N 0 M A 0 Files Type Files Type
65767 70538 1 S N N N 0 M A 0 Files Type Files Type
65769 70540 1 S N N N 0 M A 0 Files Type Files Type
65770 70541 1 S N N N 0 M A 0 Files Type Files Type
65773 70544 1 S N N N 0 M A 0 Files Type Files Type
65774 70545 1 S N N N 0 M A 0 Files Type Files Type
66033 70813 1 S N N N 0 M A 0 Files Type Files Type
65521 70292 1 S N N N 0 M A 0 Files Type Files Type
66034 70814 1 S N N N 0 M A 0 Files Type Files Type
66292 71078 1 S N N N 0 M A 0 Files Type Files Type
66037 70817 1 S N N N 0 M A 0 Files Type Files Type
66047 70827 1 S N N N 0 M A 0 Files Type Files Type