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 (
    5618, 5676, 5661, 5634, 5619, 6216, 2458, 
    2457, 2456, 2455, 2454, 2451, 2450, 
    6164, 2443, 2448, 2447, 2446, 2445, 
    2444, 85065, 85064, 78818, 78817, 2441, 
    2440, 2439, 5885, 2442, 78201, 5897, 
    2434, 2435, 2437, 2438, 2436, 6059, 
    2433, 2432, 2431, 2430, 6189, 6130, 
    6129, 6126, 6125, 6124, 6123, 6122, 
    5940, 2428, 2427, 2426, 2425, 6183, 
    2422, 2423, 2421, 2420, 2424, 2419, 
    2418, 2416, 2414, 6181, 5985, 77579, 
    6321, 26680, 6174, 6306, 2408, 2412, 
    2413, 2411, 2410, 2409, 2407, 6186, 
    103458
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00147

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a range PRIMARY,c_status c_status 6 80 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
2311 5940 1 S N N N 0 M A 0 Files Type Files Type
2060 5676 1 S N N N 0 M A 0 Files Type Files Type
2578 6216 1 S N N N 0 M A 0 Files Type Files Type
73764 78817 1 S N N N 0 M A 0 Files Type Files Type
73765 78818 1 S N N N 0 M A 0 Files Type Files Type
2354 5985 1 S N N N 0 M A 0 Files Type Files Type
21857 26680 1 S N N N 0 M A 0 Files Type Files Type
2666 6306 1 S N N N 0 M A 0 Files Type Files Type
72560 77579 1 S N N N 0 M A 0 Files Type Files Type
2425 6059 1 S N N N 0 M A 0 Files Type Files Type
2681 6321 1 S N N N 0 M A 0 Files Type Files Type
97668 103458 1 S N N N 0 M A 0 Files Type Files Type
2486 6122 1 S N N N 0 M A 0 Files Type Files Type
2487 6123 1 S N N N 0 M A 0 Files Type Files Type
2488 6124 1 S N N N 0 M A 0 Files Type Files Type
2489 6125 1 S N N N 0 M A 0 Files Type Files Type
2490 6126 1 S N N N 0 M A 0 Files Type Files Type
2493 6129 1 S N N N 0 M A 0 Files Type Files Type
2494 6130 1 S N N N 0 M A 0 Files Type Files Type
73160 78201 1 S N N N 0 M A 0 Files Type Files Type
79817 85064 1 S N N N 0 M A 0 Files Type Files Type
79818 85065 1 S N N N 0 M A 0 Files Type Files Type
2002 5618 1 S N N N 0 M A 0 Files Type Files Type
2003 5619 1 S N N N 0 M A 0 Files Type Files Type
2259 5885 1 S N N N 0 M A 0 Files Type Files Type
2270 5897 1 S N N N 0 M A 0 Files Type Files Type
2526 6164 1 S N N N 0 M A 0 Files Type Files Type
2018 5634 1 S N N N 0 M A 0 Files Type Files Type
2536 6174 1 S N N N 0 M A 0 Files Type Files Type
2543 6181 1 S N N N 0 M A 0 Files Type Files Type
2545 6183 1 S N N N 0 M A 0 Files Type Files Type
2548 6186 1 S N N N 0 M A 0 Files Type Files Type
2551 6189 1 S N N N 0 M A 0 Files Type Files Type
2045 5661 1 S N N N 0 M A 0 Files Type Files Type