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 = 'nl' 
WHERE 
  a.product_id IN (
    456, 461, 450, 452, 460, 466, 464, 455, 
    454, 453, 331, 459, 444, 446, 457, 447, 
    451, 467, 462, 458, 465, 445, 449, 448
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00580

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "225.61"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "56.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": 56,
            "rows_produced_per_join": 56,
            "filtered": "100.00",
            "index_condition": "((`eshopuga_upgr_4122`.`a`.`product_id` in (456,461,450,452,460,466,464,455,454,453,331,459,444,446,457,447,451,467,462,458,465,445,449,448)) and (`eshopuga_upgr_4122`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "91.21",
              "eval_cost": "11.20",
              "prefix_cost": "102.41",
              "data_read_per_join": "128K"
            },
            "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": 56,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "56.00",
              "eval_cost": "11.20",
              "prefix_cost": "169.61",
              "data_read_per_join": "190K"
            },
            "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
272 453 1 T N N N 0 M A 0 Preferred Wine Preferred Wine Price range for preferred wine (6Usd to 30Usd)
273 454 1 T N N N 0 M A 0 Preferred Wine Preferred Wine Price range for preferred wine (6Usd to 30Usd)
274 456 1 T N N N 0 M A 0 Preferred Wine Preferred Wine Price range for preferred wine (6Usd to 30Usd)
275 460 1 T N N N 0 M A 0 Preferred Wine Preferred Wine Price range for preferred wine (6Usd to 30Usd)
276 464 1 T N N N 0 M A 0 Preferred Wine Preferred Wine Price range for preferred wine (6Usd to 30Usd)
277 465 1 T N N N 0 M A 0 Preferred Wine Preferred Wine Price range for preferred wine (6Usd to 30Usd)
278 457 1 T N N N 0 M A 0 Preferred Wine Preferred Wine Price range for preferred wine (6Usd to 30Usd)
279 459 1 T N N N 0 M A 0 Preferred Wine Preferred Wine Price range for preferred wine (6Usd to 30Usd)
280 462 1 T N N N 0 M A 0 Preferred Wine Preferred Wine Price range for preferred wine (6Usd to 30Usd)
561 331 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
562 444 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
563 445 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
564 446 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
565 447 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
566 448 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
567 449 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
568 450 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
569 451 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
570 452 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
571 453 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
572 454 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
573 455 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
574 456 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
575 457 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
576 458 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
577 459 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
578 460 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
579 461 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
580 462 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
582 464 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
583 465 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
584 466 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
585 467 1 I N N N 0 M A 0 Gift Card Text Gift Card Text
587 331 1 I N Y N 0 M A 2 Delivery Date Delivery Date
588 444 1 I N Y N 0 M A 2 Delivery Date Delivery Date
589 445 1 I N Y N 0 M A 2 Delivery Date Delivery Date
590 446 1 I N Y N 0 M A 2 Delivery Date Delivery Date
591 447 1 I N Y N 0 M A 2 Delivery Date Delivery Date
592 448 1 I N Y N 0 M A 2 Delivery Date Delivery Date
593 449 1 I N Y N 0 M A 2 Delivery Date Delivery Date
594 450 1 I N Y N 0 M A 2 Delivery Date Delivery Date
595 451 1 I N Y N 0 M A 2 Delivery Date Delivery Date
596 452 1 I N Y N 0 M A 2 Delivery Date Delivery Date
597 453 1 I N Y N 0 M A 2 Delivery Date Delivery Date
598 454 1 I N Y N 0 M A 2 Delivery Date Delivery Date
599 455 1 I N Y N 0 M A 2 Delivery Date Delivery Date
600 456 1 I N Y N 0 M A 2 Delivery Date Delivery Date
601 457 1 I N Y N 0 M A 2 Delivery Date Delivery Date
602 458 1 I N Y N 0 M A 2 Delivery Date Delivery Date
603 459 1 I N Y N 0 M A 2 Delivery Date Delivery Date
604 460 1 I N Y N 0 M A 2 Delivery Date Delivery Date
605 461 1 I N Y N 0 M A 2 Delivery Date Delivery Date
606 462 1 I N Y N 0 M A 2 Delivery Date Delivery Date
608 464 1 I N Y N 0 M A 2 Delivery Date Delivery Date
609 465 1 I N Y N 0 M A 2 Delivery Date Delivery Date
610 466 1 I N Y N 0 M A 2 Delivery Date Delivery Date
611 467 1 I N Y N 0 M A 2 Delivery Date Delivery Date