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 (
    14641, 14640, 14637, 14635, 14634, 14633, 
    14632, 14631, 14630, 14629, 14628, 
    14627, 14626, 14481, 14480, 14482, 
    24684, 24683, 14436, 14434, 14438, 
    14437, 14411, 16539, 14409, 14410, 
    14101, 14138, 14137, 31447, 31446, 
    31445, 31444, 31443, 31442, 31441, 
    31440, 31439, 31438, 31437
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00220

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
11800 16539 1 S N N N 0 M A 0 Files Type Files Type
9765 14101 1 S N N N 0 M A 0 Files Type Files Type
10295 14626 1 S N N N 0 M A 0 Files Type Files Type
10296 14627 1 S N N N 0 M A 0 Files Type Files Type
10297 14628 1 S N N N 0 M A 0 Files Type Files Type
10042 14409 1 S N N N 0 M A 0 Files Type Files Type
10298 14629 1 S N N N 0 M A 0 Files Type Files Type
10043 14410 1 S N N N 0 M A 0 Files Type Files Type
10299 14630 1 S N N N 0 M A 0 Files Type Files Type
10044 14411 1 S N N N 0 M A 0 Files Type Files Type
10300 14631 1 S N N N 0 M A 0 Files Type Files Type
10301 14632 1 S N N N 0 M A 0 Files Type Files Type
10302 14633 1 S N N N 0 M A 0 Files Type Files Type
10303 14634 1 S N N N 0 M A 0 Files Type Files Type
10304 14635 1 S N N N 0 M A 0 Files Type Files Type
10305 14637 1 S N N N 0 M A 0 Files Type Files Type
10308 14640 1 S N N N 0 M A 0 Files Type Files Type
10309 14641 1 S N N N 0 M A 0 Files Type Files Type
9800 14137 1 S N N N 0 M A 0 Files Type Files Type
9801 14138 1 S N N N 0 M A 0 Files Type Files Type
10066 14434 1 S N N N 0 M A 0 Files Type Files Type
10068 14436 1 S N N N 0 M A 0 Files Type Files Type
10069 14437 1 S N N N 0 M A 0 Files Type Files Type
10070 14438 1 S N N N 0 M A 0 Files Type Files Type
10132 14480 1 S N N N 0 M A 0 Files Type Files Type
10133 14481 1 S N N N 0 M A 0 Files Type Files Type
10134 14482 1 S N N N 0 M A 0 Files Type Files Type
26534 31437 1 S N N N 0 M A 0 Files Type Files Type
26535 31438 1 S N N N 0 M A 0 Files Type Files Type
26536 31439 1 S N N N 0 M A 0 Files Type Files Type
26537 31440 1 S N N N 0 M A 0 Files Type Files Type
26538 31441 1 S N N N 0 M A 0 Files Type Files Type
26539 31442 1 S N N N 0 M A 0 Files Type Files Type
19884 24683 1 S N N N 0 M A 0 Files Type Files Type
26540 31443 1 S N N N 0 M A 0 Files Type Files Type
19885 24684 1 S N N N 0 M A 0 Files Type Files Type
26541 31444 1 S N N N 0 M A 0 Files Type Files Type
26542 31445 1 S N N N 0 M A 0 Files Type Files Type
26543 31446 1 S N N N 0 M A 0 Files Type Files Type
26544 31447 1 S N N N 0 M A 0 Files Type Files Type