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' 
WHERE 
  a.product_id IN (
    421, 427, 408, 382, 418, 1930, 400, 424, 
    1931, 381, 1529, 1465, 428, 415, 391, 
    406, 329, 439, 390, 393, 394, 396, 397, 
    398
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00293

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "398.41"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "104.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "a",
            "access_type": "range",
            "possible_keys": [
              "c_status"
            ],
            "key": "c_status",
            "used_key_parts": [
              "product_id",
              "status"
            ],
            "key_length": "6",
            "rows_examined_per_scan": 104,
            "rows_produced_per_join": 104,
            "filtered": "100.00",
            "index_condition": "((`eshopuga_upgr_4122`.`a`.`product_id` in (421,427,408,382,418,1930,400,424,1931,381,1529,1465,428,415,391,406,329,439,390,393,394,396,397,398)) and (`eshopuga_upgr_4122`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "148.81",
              "eval_cost": "20.80",
              "prefix_cost": "169.61",
              "data_read_per_join": "238K"
            },
            "used_columns": [
              "option_id",
              "product_id",
              "company_id",
              "option_type",
              "inventory",
              "regexp",
              "required",
              "multiupload",
              "allowed_extensions",
              "max_file_size",
              "missing_variants_handling",
              "status",
              "position",
              "value"
            ]
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "option_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "eshopuga_upgr_4122.a.option_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 104,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "104.00",
              "eval_cost": "20.80",
              "prefix_cost": "294.41",
              "data_read_per_join": "353K"
            },
            "used_columns": [
              "option_id",
              "lang_code",
              "option_name",
              "option_text",
              "description",
              "comment",
              "inner_hint",
              "incorrect_message",
              "internal_option_name"
            ]
          }
        }
      ]
    }
  }
}

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
211 329 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
212 381 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
213 382 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
221 390 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
222 391 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
223 393 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
224 394 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
226 396 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
227 397 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
228 398 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
230 400 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
234 406 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
236 408 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
242 415 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
245 418 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
250 424 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
253 427 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
254 428 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
260 439 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
330 421 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
331 427 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
347 329 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
348 381 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
349 382 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
357 390 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
358 391 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
359 393 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
360 394 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
362 396 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
363 397 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
364 398 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
366 400 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
370 406 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
372 408 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
378 415 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
381 418 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
385 424 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
388 428 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
395 439 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
2838 1465 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
2839 1465 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
2843 1529 1 C N N N 0 M A 0 Rose (Red) Rose (Red)
4150 1930 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4151 1931 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
248 421 1 T N N N 0 M A 1 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
334 421 1 C N N N 0 M A 1 Gift Bag Gift Bag
405 329 1 C N N N 0 M A 1 Gift Bag Gift Bag
406 381 1 C N N N 0 M A 1 Gift Bag Gift Bag
407 382 1 C N N N 0 M A 1 Gift Bag Gift Bag
415 390 1 C N N N 0 M A 1 Gift Bag Gift Bag
416 391 1 C N N N 0 M A 1 Gift Bag Gift Bag
417 393 1 C N N N 0 M A 1 Gift Bag Gift Bag
418 394 1 C N N N 0 M A 1 Gift Bag Gift Bag
420 396 1 C N N N 0 M A 1 Gift Bag Gift Bag
421 397 1 C N N N 0 M A 1 Gift Bag Gift Bag
422 398 1 C N N N 0 M A 1 Gift Bag Gift Bag
424 400 1 C N N N 0 M A 1 Gift Bag Gift Bag
428 406 1 C N N N 0 M A 1 Gift Bag Gift Bag
430 408 1 C N N N 0 M A 1 Gift Bag Gift Bag
436 415 1 C N N N 0 M A 1 Gift Bag Gift Bag
439 418 1 C N N N 0 M A 1 Gift Bag Gift Bag
443 424 1 C N N N 0 M A 1 Gift Bag Gift Bag
446 428 1 C N N N 0 M A 1 Gift Bag Gift Bag
453 439 1 C N N N 0 M A 1 Gift Bag Gift Bag
513 427 1 C N N N 0 M A 1 Gift Bag Gift Bag
2840 1465 1 C N N N 0 M A 1 Gift Bag Gift Bag
2844 1529 1 C N N N 0 M A 1 Rose (Yellow) Rose (Yellow)
335 421 1 I N Y N 0 M A 2 Delivery Date Delivery Date
463 329 1 I N Y N 0 M A 2 Delivery Date Delivery Date
464 381 1 I N Y N 0 M A 2 Delivery Date Delivery Date
465 382 1 I N Y N 0 M A 2 Delivery Date Delivery Date
473 390 1 I N Y N 0 M A 2 Delivery Date Delivery Date
474 391 1 I N Y N 0 M A 2 Delivery Date Delivery Date
475 393 1 I N Y N 0 M A 2 Delivery Date Delivery Date
476 394 1 I N Y N 0 M A 2 Delivery Date Delivery Date
478 396 1 I N Y N 0 M A 2 Delivery Date Delivery Date
479 397 1 I N Y N 0 M A 2 Delivery Date Delivery Date
480 398 1 I N Y N 0 M A 2 Delivery Date Delivery Date
482 400 1 I N Y N 0 M A 2 Delivery Date Delivery Date
486 406 1 I N Y N 0 M A 2 Delivery Date Delivery Date
488 408 1 I N Y N 0 M A 2 Delivery Date Delivery Date
494 415 1 I N Y N 0 M A 2 Delivery Date Delivery Date
497 418 1 I N Y N 0 M A 2 Delivery Date Delivery Date
501 424 1 I N Y N 0 M A 2 Delivery Date Delivery Date
504 428 1 I N Y N 0 M A 2 Delivery Date Delivery Date
511 439 1 I N Y N 0 M A 2 Delivery Date Delivery Date
514 427 1 I N Y N 0 M A 2 Delivery Date Delivery Date
2841 1465 1 I N Y N 0 M A 2 Delivery Date Delivery Date
2845 1529 1 C N N N 0 M A 2 Rose (White) Rose (White)
4161 1930 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4162 1931 1 I N Y N 0 M A 2 Delivery Date Delivery Date
2846 1529 1 C N N N 0 M A 3 Rose (Pink) Rose (Pink)
2851 1529 1 S N N N 0 M A 4 Lilies Lilies
2849 1529 1 S N N N 0 M A 6 Fillers Fillers
2850 1529 1 S N N N 0 M A 7 Germini Germini
2853 1529 1 I N Y N 0 M A 8 Delivery Date Delivery Date
4171 1529 1 S N N N 0 M A 8 Select Chocolate Select Chocolate
2852 1529 1 C N N N 0 M A 9 Glass Vase Glass Vase
4170 1529 1 S N N N 0 M A 10 Select Recipient Select Recipient
4169 1529 1 S N N N 0 M A 11 Select Occassion Select Occassion
2854 1529 1 T N N N 0 M A 12 Gift Card Text Gift Card Text