INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '222580f033c786d3f2496d84a8ffe7b69928df0b148e907d323ae967ae85b062', 
    'xDT6xHFsN8KM3owhLxKWO5oHvCyEc4nMuRPHnKub0K0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)