P
Size: a a a
P
EG
P
ad
ad
ad
P
ad
P
P
ad
EG
xxx_catalog_properties_def_values
.*, xxx_catalog_property_values
.product_id
as pivot_product_id
, xxx_catalog_property_values
.property_def_value_id
as pivot_property_def_value_id
, xxx_catalog_property_values
.property_id
as pivot_property_id
, xxx_catalog_property_values
.value
as pivot_value
, xxx_catalog_property_values
.group_id
as pivot_group_id
, xxx_catalog_property_values
.default
as pivot_default
, xxx_catalog_property_values
.price
as pivot_price
from xxx_catalog_properties_def_values
inner join xxx_catalog_property_values
on xxx_catalog_properties_def_values
.id
= xxx_catalog_property_values
.property_def_value_id
where xxx_catalog_property_values
.product_id
in (87, 90, 97, 99, 108, 109, 111, 112, 113, 116, 129, 146, 147, 148, 183, 184, 185, 192, 196, 197, 198, 200, 202, 203, 204, 206, 210, 211, 212, 213, 217, 219, 220, 221, 222, 223, 225, 226, 227, 228, 229, 237, 248, 251, 255, 256, 257, 258, 265, 269, 270, 271, 272, 275, 276, 278, 279, 280, 283, 284, 285, 286, 288, 290, 291, 292, 293, 306, 308, 322, 323, 324, 325, 326, 328, 329, 330, 331, 332, 340, 341, 343, 344, 345, 346, 347, 348, 349, 350, 352, 353, 354, 355, 356, 357, 358, 360, 361, 362, 364, 365) order by RAND() limit 10P
EG
P
RN
P
RN
P