SELECT 
  q_images.*, 
  q_images_links.*, 
  q_common_descriptions.description AS alt, 
  q_images.image_id AS images_image_id 
FROM 
  q_images_links 
  LEFT JOIN q_images ON q_images_links.detailed_id = q_images.image_id 
  LEFT JOIN q_common_descriptions ON q_common_descriptions.object_id = q_images.image_id 
  AND q_common_descriptions.object_holder = 'images' 
  AND q_common_descriptions.lang_code = 'en' 
WHERE 
  q_images_links.object_type = 'product' 
  AND q_images_links.type = 'M' 
  AND q_images_links.object_id IN (
    '9773', '9774', '9775', '9776', '9777', 
    '9778', '9779', '9780', '9781', '9782', 
    '9783', '9784', '9785', '9786', '9787', 
    '9788', '9789', '9790', '9791', '9792', 
    '9793', '9794', '9795', '9796', '9797', 
    '9798', '9799', '9800', '9801', '9802', 
    '9803', '9804'
  ) 
ORDER BY 
  q_images_links.position, 
  q_images_links.pair_id

Query time 0.00210

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "185.61"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "32.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "q_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 32,
            "rows_produced_per_join": 32,
            "filtered": "100.00",
            "index_condition": "((`portal`.`q_images_links`.`object_type` = 'product') and (`portal`.`q_images_links`.`type` = 'M') and (`portal`.`q_images_links`.`object_id` in ('9773','9774','9775','9776','9777','9778','9779','9780','9781','9782','9783','9784','9785','9786','9787','9788','9789','9790','9791','9792','9793','9794','9795','9796','9797','9798','9799','9800','9801','9802','9803','9804')))",
            "cost_info": {
              "read_cost": "70.41",
              "eval_cost": "6.40",
              "prefix_cost": "76.81",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "portal.q_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 32,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "32.00",
              "eval_cost": "6.40",
              "prefix_cost": "115.21",
              "data_read_per_join": "24K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ],
            "attached_condition": "<if>(is_not_null_compl(q_images), (`portal`.`q_images_links`.`detailed_id` = `portal`.`q_images`.`image_id`), true)"
          }
        },
        {
          "table": {
            "table_name": "q_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "107",
            "ref": [
              "portal.q_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 32,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "32.00",
              "eval_cost": "6.40",
              "prefix_cost": "153.61",
              "data_read_per_join": "19K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ],
            "attached_condition": "<if>(is_not_null_compl(q_common_descriptions), (`portal`.`q_common_descriptions`.`object_id` = `portal`.`q_images`.`image_id`), true)"
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 nanoleaf-canvas-expansion-pack-4-squares_1400x_24df6214-1794-4378-9e84-04f19dd287df.jpg 1000 1000 N 20597 9773 product 22559 M 0 22559
0 nanoleaf-canvas-smarter-kit-9-squares_1400x_ff2cf113-f5b3-4fef-9ac1-192f54c539fa.jpg 1000 1000 N 20598 9774 product 22560 M 0 22560
0 846654017267_6dc67eff-2b8a-4308-8db6-6765343200c8.jpg 1000 1000 N 20599 9775 product 22561 M 0 22561
0 NU-BELT-KV-L-ROSE-3.jpg 1080 1080 N 20602 9778 product 22564 M 0 22564
0 NU-BELT-KV-ULC-ZEB-V2_2.jpg 1498 1500 N 20603 9779 product 22565 M 0 22565
0 NU-CMARQ-BLK-NP18L.jpg 500 500 N 20604 9780 product 22566 M 0 22566
0 NU-CMARQ-BLK-NP18L_9dc4471a-2aed-4224-9ccb-33787c09a6a1.jpg 500 500 N 20605 9781 product 22567 M 0 22567
0 NU-DOCK-WL-FB-GRY.jpg 1000 1000 N 20606 9782 product 22568 M 0 22568
0 drop_charger_slate_4.jpg 600 600 N 20607 9783 product 22569 M 0 22569
0 native_union.jpg 1080 1080 N 20608 9784 product 22570 M 0 22570
0 EC-BLK-WD-UK_LS.jpg 800 800 N 20609 9785 product 22571 M 0 22571
0 EC-GRY-FB-UK_LS.jpg 800 800 N 20610 9786 product 22572 M 0 22572
0 EC-WHT-WD-UK_LS.jpg 800 800 N 20611 9787 product 22573 M 0 22573
0 NU-G-97-PC-GRY_LS.jpg 800 800 N 20612 9788 product 22574 M 0 22574
0 cos2.jpg 1024 681 N 20613 9790 product 22575 M 0 22575
0 OC-0000126-EU_3.jpg 1500 1125 N 20614 9791 product 22576 M 0 22576
0 OC-0000167-EU_3.jpg 450 450 N 20615 9792 product 22577 M 0 22577
0 OC-0000202-EU.jpg 1500 1500 N 20616 9793 product 22578 M 0 22578
0 OC-0000213-EU_4.jpg 1500 1000 N 20617 9794 product 22579 M 0 22579
0 OC-0000214-EU_3.jpg 750 750 N 20618 9795 product 22580 M 0 22580
0 OLP_0003_OC-0000215-EU_2.jpg 800 800 N 20619 9796 product 22581 M 0 22581
0 OC-0000216-EU_LS2.jpg 800 800 N 20620 9797 product 22582 M 0 22582
0 1.jpg 2000 2000 N 20621 9798 product 22583 M 0 22583
0 OC-0000289-EU.jpg 600 600 N 20622 9800 product 22584 M 0 22584
0 OC-0000297-EU.jpg 1600 1600 N 20623 9801 product 22585 M 0 22585
0 OC-0000315-EU_c82eb851-9481-4cd2-84a3-9a2537f2cfdc.jpg 500 500 N 20624 9802 product 22586 M 0 22586
0 OC-0000315-EU.jpg 500 500 N 20625 9803 product 22587 M 0 22587
0 OCEU-IPH6-FW2M-GDW_2.jpg 755 778 N 20626 9804 product 22588 M 0 22588
0 qqqq.jpg 600 1500 N 25070 9776 product 27032 M 0 27032
0 qqqqqqq.jpg 600 1500 N 25073 9777 product 27035 M 0 27035
0 eeeeee.jpg 1500 1500 N 25131 9789 product 27093 M 0 27093
0 81VXwAhfIcL._SL1500_.jpg 1500 1500 N 25144 9799 product 27106 M 0 27106