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 (
    14819, 14818, 39047, 14808, 14807, 23244, 
    23237, 14795, 14720, 14713, 14730, 
    14728, 14726, 14723, 14722, 14787, 
    14701, 76378, 76377, 14677, 14663, 
    14662, 14661, 14660, 14659, 14658, 
    14657, 14656, 14654, 14653, 14652, 
    14651, 14649, 14648, 14647, 14646, 
    14645, 14644, 14643, 14642
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00274

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
18471 23237 1 S N N N 0 M A 0 Files Type Files Type
18478 23244 1 S N N N 0 M A 0 Files Type Files Type
10310 14642 1 S N N N 0 M A 0 Files Type Files Type
10311 14643 1 S N N N 0 M A 0 Files Type Files Type
10312 14644 1 S N N N 0 M A 0 Files Type Files Type
10313 14645 1 S N N N 0 M A 0 Files Type Files Type
10314 14646 1 S N N N 0 M A 0 Files Type Files Type
10315 14647 1 S N N N 0 M A 0 Files Type Files Type
10316 14648 1 S N N N 0 M A 0 Files Type Files Type
10317 14649 1 S N N N 0 M A 0 Files Type Files Type
10319 14651 1 S N N N 0 M A 0 Files Type Files Type
10320 14652 1 S N N N 0 M A 0 Files Type Files Type
10321 14653 1 S N N N 0 M A 0 Files Type Files Type
10322 14654 1 S N N N 0 M A 0 Files Type Files Type
33875 39047 0 S N N N 0 M A 0 Files Type Files Type
10324 14656 1 S N N N 0 M A 0 Files Type Files Type
10325 14657 1 S N N N 0 M A 0 Files Type Files Type
10326 14658 1 S N N N 0 M A 0 Files Type Files Type
10327 14659 1 S N N N 0 M A 0 Files Type Files Type
10328 14660 1 S N N N 0 M A 0 Files Type Files Type
10329 14661 1 S N N N 0 M A 0 Files Type Files Type
10330 14662 1 S N N N 0 M A 0 Files Type Files Type
10331 14663 1 S N N N 0 M A 0 Files Type Files Type
10344 14677 1 S N N N 0 M A 0 Files Type Files Type
10360 14701 1 S N N N 0 M A 0 Files Type Files Type
10372 14713 1 S N N N 0 M A 0 Files Type Files Type
10379 14720 1 S N N N 0 M A 0 Files Type Files Type
10381 14722 1 S N N N 0 M A 0 Files Type Files Type
10382 14723 1 S N N N 0 M A 0 Files Type Files Type
10385 14726 1 S N N N 0 M A 0 Files Type Files Type
10387 14728 1 S N N N 0 M A 0 Files Type Files Type
10389 14730 1 S N N N 0 M A 0 Files Type Files Type
10445 14787 1 S N N N 0 M A 0 Files Type Files Type
10452 14795 1 S N N N 0 M A 0 Files Type Files Type
71392 76377 1 S N N N 0 M A 0 Files Type Files Type
10464 14807 1 S N N N 0 M A 0 Files Type Files Type
71393 76378 1 S N N N 0 M A 0 Files Type Files Type
10465 14808 1 S N N N 0 M A 0 Files Type Files Type
10475 14818 1 S N N N 0 M A 0 Files Type Files Type
10476 14819 1 S N N N 0 M A 0 Files Type Files Type