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 (
    31436, 31435, 31434, 31433, 31432, 31431, 
    31430, 31429, 31428, 31427, 31426, 
    31425, 31424, 31423, 14017, 13990, 
    13989, 13968, 13987, 13986, 13985, 
    13983, 13982, 13981, 13980, 13979, 
    13978, 13977, 13976, 13975, 13974, 
    13973, 13972, 13971, 13970, 13969, 
    16527, 13892, 13891, 13882
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00109

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
11788 16527 1 S N N N 0 M A 0 Files Type Files Type
9545 13882 1 S N N N 0 M A 0 Files Type Files Type
9554 13891 1 S N N N 0 M A 0 Files Type Files Type
9555 13892 1 S N N N 0 M A 0 Files Type Files Type
26520 31423 1 S N N N 0 M A 0 Files Type Files Type
26521 31424 1 S N N N 0 M A 0 Files Type Files Type
26522 31425 1 S N N N 0 M A 0 Files Type Files Type
26523 31426 1 S N N N 0 M A 0 Files Type Files Type
26524 31427 1 S N N N 0 M A 0 Files Type Files Type
26525 31428 1 S N N N 0 M A 0 Files Type Files Type
9630 13968 1 S N N N 0 M A 0 Files Type Files Type
26526 31429 1 S N N N 0 M A 0 Files Type Files Type
9631 13969 1 S N N N 0 M A 0 Files Type Files Type
26527 31430 1 S N N N 0 M A 0 Files Type Files Type
9632 13970 1 S N N N 0 M A 0 Files Type Files Type
26528 31431 1 S N N N 0 M A 0 Files Type Files Type
9633 13971 1 S N N N 0 M A 0 Files Type Files Type
26529 31432 1 S N N N 0 M A 0 Files Type Files Type
9634 13972 1 S N N N 0 M A 0 Files Type Files Type
26530 31433 1 S N N N 0 M A 0 Files Type Files Type
9635 13973 1 S N N N 0 M A 0 Files Type Files Type
26531 31434 1 S N N N 0 M A 0 Files Type Files Type
9636 13974 1 S N N N 0 M A 0 Files Type Files Type
26532 31435 1 S N N N 0 M A 0 Files Type Files Type
9637 13975 1 S N N N 0 M A 0 Files Type Files Type
26533 31436 1 S N N N 0 M A 0 Files Type Files Type
9638 13976 1 S N N N 0 M A 0 Files Type Files Type
9639 13977 1 S N N N 0 M A 0 Files Type Files Type
9640 13978 1 S N N N 0 M A 0 Files Type Files Type
9641 13979 1 S N N N 0 M A 0 Files Type Files Type
9642 13980 1 S N N N 0 M A 0 Files Type Files Type
9643 13981 1 S N N N 0 M A 0 Files Type Files Type
9644 13982 1 S N N N 0 M A 0 Files Type Files Type
9645 13983 1 S N N N 0 M A 0 Files Type Files Type
9647 13985 1 S N N N 0 M A 0 Files Type Files Type
9648 13986 1 S N N N 0 M A 0 Files Type Files Type
9649 13987 1 S N N N 0 M A 0 Files Type Files Type
9650 13989 1 S N N N 0 M A 0 Files Type Files Type
9651 13990 1 S N N N 0 M A 0 Files Type Files Type
9677 14017 1 S N N N 0 M A 0 Files Type Files Type